Remus: add python control extensions
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Nov 2009 15:33:37 +0000 (15:33 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Nov 2009 15:33:37 +0000 (15:33 +0000)
commit1a38c03675701dc3f35dc9cb6efdb5cdd802f906
tree3d6e12e45d77b205b1106e8d2d9b44f12495d93a
parent4da23c0c03180cbd51e77a858c6f0230e489118c
Remus: add python control extensions

Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
19 files changed:
tools/python/setup.py
tools/python/xen/lowlevel/checkpoint/checkpoint.c [new file with mode: 0644]
tools/python/xen/lowlevel/checkpoint/checkpoint.h [new file with mode: 0644]
tools/python/xen/lowlevel/checkpoint/libcheckpoint.c [new file with mode: 0644]
tools/python/xen/lowlevel/netlink/libnetlink.c [new file with mode: 0644]
tools/python/xen/lowlevel/netlink/libnetlink.h [new file with mode: 0644]
tools/python/xen/lowlevel/netlink/netlink.c [new file with mode: 0644]
tools/python/xen/remus/blkdev.py [new file with mode: 0644]
tools/python/xen/remus/image.py [new file with mode: 0644]
tools/python/xen/remus/netlink.py [new file with mode: 0644]
tools/python/xen/remus/profile.py [new file with mode: 0644]
tools/python/xen/remus/qdisc.py [new file with mode: 0644]
tools/python/xen/remus/save.py [new file with mode: 0644]
tools/python/xen/remus/tapdisk.py [new file with mode: 0644]
tools/python/xen/remus/util.py [new file with mode: 0644]
tools/python/xen/remus/vbd.py [new file with mode: 0644]
tools/python/xen/remus/vdi.py [new file with mode: 0644]
tools/python/xen/remus/vif.py [new file with mode: 0644]
tools/python/xen/remus/vm.py [new file with mode: 0644]